github.com/klauspost/compress/zstd.symbolTransform.deltaFindState (field)
9 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L764: dstState := int32(of.state>>(nbBitsOut&15)) + int32(ofB.deltaFindState)
blockenc.go#L776: dstState = int32(ml.state>>(nbBitsOut&15)) + int32(mlB.deltaFindState)
blockenc.go#L787: dstState = int32(ll.state>>(nbBitsOut&15)) + int32(llB.deltaFindState)
fse_encoder.go#L51: deltaFindState int16
fse_encoder.go#L57: return fmt.Sprintf("{deltabits: %08x, findstate:%d outbits:%d}", s.deltaNbBits, s.deltaFindState, s.outBits)
fse_encoder.go#L189: symbolTT[i].deltaFindState = total - 1
fse_encoder.go#L195: symbolTT[i].deltaFindState = total - v
fse_encoder.go#L213: deltaFindState: 0,
fse_encoder.go#L693: lu := (im >> nbBitsOut) + int32(first.deltaFindState)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |